SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 36967: A failure-to-connect error occurs when you use the SAS® PC Files Server and you set the PORT= option to a value greater than 10000

DetailsAboutRate It

When you use the EXCELCS, ACCESSCS, PCFILES, or SASIOPCF engines with the SAS PC Files Server, you can receive the following error:

ERROR: Failed to connect to the Server: yourserver.com.

This error occurs when you set the value for the PORT= option to 10000 or greater, as shown in the following example:

proc export dbms=excelcs data=sashelp.class outfile="c:\sastest\myclass.xls" replace; sheet=class; server="yourserver.com"; port=10000; run;

The problem occurs because of a memory-address issue in the SAS PC Files Server. To circument the problem, set the PORT= option to a value of 9999 in your SAS code.



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS/ACCESS Interface to PC FilesMicrosoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M39.3 TS1M0
Microsoft Windows XP 64-bit Edition9.1 TS1M39.3 TS1M0
64-bit Enabled AIX9.1 TS1M39.3 TS1M0
64-bit Enabled HP-UX9.1 TS1M39.3 TS1M0
64-bit Enabled Solaris9.1 TS1M39.3 TS1M0
HP-UX IPF9.1 TS1M39.3 TS1M0
Linux9.1 TS1M39.3 TS1M0
Tru64 UNIX9.1 TS1M39.3 TS1M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.